expander: Inherit from GtkContainer
authorTimm Bäder <mail@baedert.org>
Sat, 6 May 2017 10:41:50 +0000 (12:41 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:12 +0000 (21:27 -0400)
commit2234d100ad72797cbdb0653095af752a270a954c
treeed89ae57a11fe3507e6c133ac4d92433b12b4044
parenta2f7a076aceca2b9f4da97fdb6f9649775b59e8b
expander: Inherit from GtkContainer

This fixes the expansion not working. As a GtkBin, GtkExpander can only
have one child and if that's a GtkBox (and not the one added through
gtk_expander_add), things go wrong.
gtk/gtkexpander.c
gtk/gtkexpander.h